Simulate the popular kids game "Rock, Paper, Scissors" using micro:bit controllers.
Story
Rock, Paper, Scissors is a popular kids game where the objective is to simulate the shape using hand gestures.
Two players play this game using the shake gesture on the micro:bit. When a player shakes the micro:bit, the micro:bit generates numbers between 1 and 3 and displays the shape assigned (Rock, Paper or Scissor)
Winner is decided as follows:
- Rock wins against Scissors.
- Scissors wins against Paper.
- Paper wins against Rock.
Story
- To simulate a simple game on micro:bit.
- To demonstrate that coding is fun and easy.
- Introduce the viewers to microcontroller (micro:bit) and demonstrate how we can create simple digital versions of real life games.
Reviews
There are no reviews yet.